Welcome![Sign In][Sign Up]
Location:
Search - util java

Search list

[OtherJAVA API官方文档中文版

Description: JAVA API官方文档中文版,需要的朋友请不要错过,多多支持! Sun 公司提供的Java API Docs是学习和使用Java语言中最经常使用的参考资料之一。但是长期以来此文档只有英文版,对于中国地区的Java开发者来说相当的不便。目前Sun 公司正在组织多方力量将此文档翻译成中文,并于2005年10月31日在Sun 中国技术社区(http://gceclub.sun.com.cn/)正式发布第一批中文版Java API文档(包括java.lang和java.util类库API 文档的中文版)。经过将近10个月的努力,目前我们已经将Java SE 5.0的全部API文档中文化。开发人员可以通过Sun 中国技术社区的网站在线浏览相关文档,也可以将全部文档下载到本地以方便检索和使用。
Platform: | Size: 18959192 | Author: jlugeliang | Hits:

[JSP/Javaweb util Java 函数库

Description: web util Java 函数库
Platform: | Size: 5318 | Author: conjimmy | Hits:

[WEB CodeJAVA系统属性

Description: JAVA JVM获取当前系统各属性 ,利用 java.util.Properties类
Platform: | Size: 801 | Author: 993819129@qq.com | Hits:

[Crack Hackutil

Description: JAVA通用类处理(BASE64)-JAVA generic class treatment (BASE64)
Platform: | Size: 16384 | Author: 我是谁 | Hits:

[P2Pbcxy

Description: 一个通用些连接数据库的包,其中有三个类: 1.DBConn.java:主要用来连接和关闭数据库.连接数据库的URL,USER,PASSWORD通过配置文件完成com/bcxy/util/systemconfig.properties 2.SqlQuery.java:主要用来执行查询的SQL语句.构造方法: SqlQuery(Connection con, String sql) 将结果存在容器中. 3.SqlUpdate.java:主要用来执行更新的SQL语句.构造方法: SqlUpdate(Connection con, String sql) 另: jar包中有一个util.*,主要是一些常用工具类,下面简单介绍一下: 其中主要包括了 StringUtil.java:对字串的一些操作 DateUtil.java:对时间的一些操作 FileUtil.java:对文件的一些操作 SystemConfig.java:读取配置文件systemconfig.properties ParamUtil.java:页面传参数的操作-a more generic database connectivity package, which has three categories : 1.DBConn.java : mainly used to connect to the database and closure. Connecting to the database URL, USER, PASSWORD through configuration files completed com/bcxy/util/systemconfig.properties 2.SqlQuery. java : mainly used for the implementation of the SQL statement. Construction : SqlQuery (Connection con, String sql) of the results there containers. 3.SqlUpdate.java : mainly used for the implementation of the updated SQL. Construction : SqlUpdate (Connection con, String sql) Another : jar with a packet util .*, mainly some type commonly used tools, described briefly below : including mainly the StringUtil.java : some of the string operation DateUtil.java : right time for operation FileUtil.java : to document
Platform: | Size: 46080 | Author: 工程师 | Hits:

[OtherJava程序的性能优化StringBuffer与Vector

Description: 在Java程序中,性能问题的大部分原因并不在于Java语言,而是在于程序本身。养成好的代码编写习惯非常重要,比如正确地、巧妙地运用java.lang.String类和java.util.Vector类,它能够显著地提高程序的性能。-in Java programs, most of the performance problems is not the reason for the Java language, but the process itself. Develop good habits code prepared is very important, such as the right to attempt to use java.lang.String java.util.Vector category and type, it can significantly improve the performance.
Platform: | Size: 3072 | Author: 王文轩 | Hits:

[JSPjava5.0中文API文档j2se_zh(new)

Description: 这个java5.0的API文档j2se_zh(new)是一位高手为了方便大家学习在SUN于2005/10/31发布不久后而制作的chm格式,目前世界上最新的API文档,最新出炉的中文API,很不错的哦,大家赶快来下载。 谢谢这位朋友。 Sun 公司提供的Java API Docs是学习和使用Java语言中最经常使用的参考资料之一。但是长期以来此文档只有英文版,对于中国地区的Java开发者来说相当的不便。目前Sun 公司正在组织多方力量将此文档翻译成中文,并于近日在Sun 中国技术社区正式发布java.lang和java.util类库API 文档的中文版。-java5.0 the API documentation j2se_zh (new) is a master in order to facilitate learning in the Sun 2005/11/02 released shortly after the production of chm format, the world's latest API documentation, the latest Chinese latest API, very good, oh, we hasten to download. Thank you, my friend. Sun's Java API Docs is the learning and use of the Java language most often used in reference one. However long this document only in English, Chinese region of Java developers is a great inconvenience. Now Sun is organizing efforts of the various parties this documentation translated into Chinese, and China's Sun recently released technical community and java.util java.io class library API documentation of the Chinese version.
Platform: | Size: 2020352 | Author: | Hits:

[JSPOverview.of.the.util.concurrent

Description: 这本小册子对jdk 5.0里面的java concurrent api框架有清晰的描述,是concurrent api最初实现的大牛Doug Lea教授撰写的教程。-this booklet on jdk 5.0 java inside the framework of a concurrent api- Xi description api is concurrent initial realization of cattle Professor Doug Lea wrote the handbook.
Platform: | Size: 24576 | Author: xinqianli | Hits:

[JSP/Javajava

Description: j2se5 api中文文档 其中包括软件包 java.lang及java.util包的介绍 -Chinese j2se5 api documentation including packages java.lang and java.util package introduction
Platform: | Size: 2020352 | Author: 江江 | Hits:

[JSP/Javapcfirebirdchatroom

Description: java网络聊天程序 服务器: import java.awt.* import java.awt.event.* import java.net.* import java.io.* import java.util.* -java chat server: import java.awt .* import java.awt.event .* import java.net .* import java.io.* import java.util .*
Platform: | Size: 1725440 | Author: | Hits:

[JSP/JavaMediaPlayer(java)

Description: MediaPlayer代码,部分代码,合适请用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //为了导入Vector //import com.sun.java.swing.plaf.windows.* public class MediaPlayer extends JFrame implements ActionListener,Runnable { private JMenuBar bar //菜单条 private JMenu fileMenu,choiceMenu,aboutMenu private JMenuItem openItem,openDirItem,closeItem,about,infor private JCheckBoxMenuItem onTop private boolean top=false,loop //设定窗口是否在最前面 private Player player //Play是个实现Controller的接口 private File file,listFile //利用File类结合JFileChooser进行文件打开操作,后则与list.ini有关-MediaPlayer code, some code, appropriate use: import java.awt .* import java.awt.event .* import javax.swing .* import javax.media .* import java.io.* import java.util .*// in order to import Vector// import com.sun.java.swing.plaf.windows .* public class MediaPlayer extends JFrame implements ActionListener, Runnable (private JMenuBar bar// menu bar private JMenu fileMenu, choiceMenu, aboutMenu private JMenuItem openItem, openDirItem, closeItem, about, infor private JCheckBoxMenuItem onTop private boolean top = false, loop// set the window in the top private Player player// Play is a Controller Interface realize private File file, listFile// use File Class JFileChooser combine files to open operation, and after the relevant list.ini
Platform: | Size: 8192 | Author: benson | Hits:

[JSP/Javautil

Description: 本公司开发项目中本人做的公共类文件。如文件的操作,数据的加密等。-The company has developed projects in my class file to do the public. If the file operation, such as data encryption.
Platform: | Size: 174080 | Author: wang | Hits:

[JSP/Javautil

Description: java数据库操作工具类,方便实用 方便实用 -java database operations tools to facilitate convenient and practical utility
Platform: | Size: 16384 | Author: 候少君 | Hits:

[Crack Hackaescrypt-java-3_0

Description: 利用java实现文件的AES加密功能 This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, which provides file encryption and decryption using aescrypt file format. Requirements The Java AES Crypt package only works in Java 6, but can be easily adapted to Java 5 by replacing the call to NetworkInterface.getHardwareAddress() with something else. In order to use 256 bit AES keys, you must download and install "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files" from http://java.sun.com/javase/downloads/index.jsp -Java files using the AES encryption This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, which provides file encryption and decryption using aescrypt file format. RequirementsThe Java AES Crypt package only works in Java 6, but can be easily adapted to Java 5 by replacing the call to NetworkInterface.getHardwareAddress () with something else. In order to use 256 bit AES keys, you must download and install
Platform: | Size: 35840 | Author: 王小军 | Hits:

[JSP/JavaDataFormat

Description: 专门做格式化日期,方便对java.util,java.sql,java.util.Timestamp-format the date
Platform: | Size: 1024 | Author: jenson.lee | Hits:

[JSP/Javautil

Description: java网站util类,有字符串和文件的基本处理-java web site util class, there are strings and documents the basic processing
Platform: | Size: 4096 | Author: neo | Hits:

[JSP/Javajava.util

Description: java实用工具类库,包含很多好用的工具类库,可以试试看。
Platform: | Size: 10240 | Author: chm | Hits:

[JSP/JavaJava-JDK-5.0studynote

Description: 《Java JDK6学习笔记》是作者良葛格本人近几年来学习Java的心得笔记,结构按照作者的学习脉络依次展开,从什么是Java、如何配置Java开发环境、基本的Java语法到程序流程控制、管理类文件、异常处理、枚举类型、泛型、J2SE中标准的API等均进行了详细介绍。本书还安排了一个“文字编辑器”的专题制作。此外,Java SE6的新功能,对Java lang等套件的功能加强,以及JDBC4.0、Apache Derby纯Java数据库等新增功能,本书也都予以介绍。 《Java JDK6学习笔记》中介绍了Java JDK6中新增的功能。Java JDK6加强了java.lang、java.util、java.io、java.awt等套件的功能,并增加了JDBC 4.0新功能。另外,在JDK 6中还包括了Apache Derby纯Java数据为。 本书附CD光盘一张,光盘内容包括: 书中所有范例的源代码。 JDK下载、安装、Path设置等多媒体视频。 本书门槛很低,只要您了解Windows基本操作,无须有其他程序语言的基础,甚至没有接触过Java,都可以通过本书扎扎实实地学习Java。而对于一些曾经学习过Java,但概念和基础仍不扎实的读者,本书也准备了一些面向对象的观点与进阶的议题可供参-"Java JDK6 study notes," is a good Gege on learning Java, I have learned in recent years, notes, the structure followed by the author to start the learning context, from what is Java, how to configure the Java development environment, basic Java syntax to the program flow control, Management files, exception handling, enumerations, generics, J2SE standard API Dengjun in a detailed description. This book also arranged for a "text editor" feature production. In addition, Java SE6 new features, such as on Java lang package of features to enhance and JDBC4.0, Apache Derby pure Java database and other new features, the book also be introduced. "Java JDK6 study notes," introduces the new features in Java JDK6. Java JDK6 strengthened java.lang, java.util, java.io, java.awt package of features, etc., and added new JDBC 4.0 features. In addition, JDK 6 also includes the Apache Derby pure Java data. CD-ROM attached to a book, CD, CD-ROM includes: All example source code book. JDK download, i
Platform: | Size: 8954880 | Author: laoyang | Hits:

[JSP/JavaUtil

Description: 一款非常实用的java公用程序util程序,能实现邮件地址分解,字符串识别.串接,分解, 日期,时间操作程序代码-A very useful utility util java program, e-mail address to achieve decomposition of the string recognition. Cascaded decomposition code ...
Platform: | Size: 3072 | Author: lee dinglan | Hits:

[JSP/Javajava-notepad

Description: java 记事本源代码 import java.awt.* import java.util.* -java notepad import java.awt.* import java.util.*
Platform: | Size: 22528 | Author: cong | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net